Skip to content

Release v1.3.1#43

Merged
revtex merged 3 commits intomainfrom
dev
Apr 29, 2026
Merged

Release v1.3.1#43
revtex merged 3 commits intomainfrom
dev

Conversation

@revtex
Copy link
Copy Markdown
Owner

@revtex revtex commented Apr 29, 2026

Patch release.

Fixed

  • Single-flight silent refresh: parallel /auth/refresh calls no longer trip the server's replay-detection and revoke the entire token family. Idle tabs now stay logged in for the full 30-day refresh-cookie lifetime instead of dropping to the login screen on tab wake.
  • Release workflow auto-creates the GitHub Release on tag push.

See CHANGELOG.md for details.

revtex added 3 commits April 29, 2026 00:36
The Release binaries workflow ran 'gh release upload' assuming the
release already existed, which failed for v1.3.0 with 'release not
found' because the tag was pushed via 'git push origin v1.3.0' rather
than 'gh release create'.

Add a guard that creates the release with --generate-notes if it
doesn't exist, then proceeds to upload. Future tag pushes publish
artifacts without manual intervention.
@revtex revtex merged commit abb7f37 into main Apr 29, 2026
10 of 12 checks passed
@revtex revtex deleted the dev branch April 29, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant